-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorporate revisions; update lattice #8
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few comments to go over together before merging.
.gitignore
Outdated
cpp/ | ||
json_schema/ | ||
meta_schema/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why were these added?
performance_map: | ||
Description: "Performance map" | ||
Data Type: "{PerformanceMap}" | ||
Required: "if !performance_points" | ||
Required: "if !performance_points" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Always required.
fixed_setpoint: | ||
Data Type: "Boolean" | ||
Required: False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When the setpoint is fixed, where is the value of the setpoint communicated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ask Ben about this.
TankNodeSpecification: | ||
Object Type: "Enumeration" | ||
Enumerators: | ||
TOP_NODE: | ||
Description: "Refers to top tank node." | ||
Display Text: "Top tank node" | ||
Notes: "" | ||
|
||
BOTTOM_NODE: | ||
Description: "Refers to bottom tank node." | ||
Display Text: "Bottom tank node" | ||
Notes: "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is this used? Is it simulation specific, or something the manufacturer should be able to determine?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make "StandbyTemperatureLocation" with "TOP_OF_TANK" and "BOTTOM_OF_TANK" options. (For now)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ask Ben about this.
resistance_lockout_temperature_hysteresis: # Was hysteresis_temperature_difference in HeatSourceConfiguration | ||
Description: "Hysteresis for resistance lockout" | ||
Data Type: Numeric | ||
Units: "K" | ||
Required: False | ||
Notes: | ||
- "Resistance hysteresis for lockout" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is this used? Resistance heaters don't "lock out" the same way condensers do, but I can imagine it's used to approximate some kind of behavior?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ask Ben about this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had reached the mistaken conclusion that this was needed, but after further testing, it seems that it does not affect any regressions. But it must have seemed necessary at some point, because values are entered for most models with resistance heat sources.
Incorporates several changes from revisions PR.